Student ID Credential

A verifiable credential representing a student identification card. This credential demonstrates SVG template rendering with claim placeholders and multi-language support.

Credential Template Preview

SVG template preview not available

Credential Type

VCT URI
https://example.com/credentials/student-id

Display Properties

en-US

Name
Student ID Credential
Description
A verifiable credential representing a student identification card. This credential demonstrates SVG template rendering with claim placeholders and multi-language support.

Claims

Path Display Name
student_id
institution
program
valid_from
valid_until
photo
given_name
family_name

Source

Repository
leifj/vctm-template
Commit
623891fbfa354942eb2b89c80ace02cac7a1fce5
Last Updated
2026-02-13T13:01:56Z

Raw JSON Download

{
  "vct": "https://example.com/credentials/student-id",
  "name": "Student ID Credential",
  "description": "A verifiable credential representing a student identification card. This credential demonstrates SVG template rendering with claim placeholders and multi-language support.",
  "display": [
    {
      "locale": "en-US",
      "name": "Student ID Credential",
      "description": "A verifiable credential representing a student identification card. This credential demonstrates SVG template rendering with claim placeholders and multi-language support.",
      "rendering": {
        "simple": {
          "logo": {
            "uri": "https://github.com/leifj/vctm-template/raw/vctm/images/student-id-template.svg",
            "uri#integrity": "sha256-A4YBSbZnKn/T9AwgzH7OutBVOnzqeJPojHvDTW9yCZQ=",
            "alt_text": "Student ID Template"
          },
          "background_color": "#0047AB",
          "text_color": "#ffffff"
        },
        "svg_templates": [
          {
            "uri": "https://github.com/leifj/vctm-template/raw/vctm/images/student-id-template.svg",
            "uri#integrity": "sha256-A4YBSbZnKn/T9AwgzH7OutBVOnzqeJPojHvDTW9yCZQ="
          }
        ]
      }
    }
  ],
  "claims": [
    {
      "path": [
        "student_id"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Student ID",
          "description": "Unique student identification number [mandatory, svg_id=student_id]"
        },
        {
          "locale": "de-DE",
          "label": "Matrikelnummer",
          "description": "Die eindeutige Matrikelnummer"
        },
        {
          "locale": "sv",
          "label": "Studentnummer",
          "description": "Unikt studentnummer"
        }
      ]
    },
    {
      "path": [
        "institution"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Institution",
          "description": "Name of the educational institution [mandatory, svg_id=institution]"
        },
        {
          "locale": "de-DE",
          "label": "Bildungseinrichtung",
          "description": "Name der Bildungseinrichtung"
        },
        {
          "locale": "sv",
          "label": "Utbildningsinstitution",
          "description": "Namn på utbildningsinstitutionen"
        }
      ]
    },
    {
      "path": [
        "program"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Academic Program",
          "description": "Academic program or major [svg_id=program]"
        },
        {
          "locale": "de-DE",
          "label": "Studiengang",
          "description": "Studiengang oder Hauptfach"
        },
        {
          "locale": "sv",
          "label": "Program",
          "description": "Akademiskt program eller huvudämne"
        }
      ]
    },
    {
      "path": [
        "valid_from"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Valid From",
          "description": "Start date of validity"
        }
      ],
      "mandatory": true
    },
    {
      "path": [
        "valid_until"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Valid Until",
          "description": "Expiration date of the credential [mandatory, svg_id=valid_until]"
        }
      ]
    },
    {
      "path": [
        "photo"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Photo",
          "description": "Student photo"
        }
      ],
      "sd": "always"
    },
    {
      "path": [
        "given_name"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Given Name",
          "description": "Student's given name [mandatory, svg_id=given_name]"
        },
        {
          "locale": "de-DE",
          "label": "Vorname",
          "description": "Der Vorname des Studierenden"
        },
        {
          "locale": "sv",
          "label": "Förnamn",
          "description": "Studentens förnamn"
        }
      ]
    },
    {
      "path": [
        "family_name"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Family Name",
          "description": "Student's family name [mandatory, svg_id=family_name]"
        },
        {
          "locale": "de-DE",
          "label": "Familienname",
          "description": "Der Familienname des Studierenden"
        },
        {
          "locale": "sv",
          "label": "Efternamn",
          "description": "Studentens efternamn"
        }
      ]
    }
  ]
}